home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2003 Ekstra 100 Spil
/
K-CD_2003_Ekstra_100_Spil.iso
/
Action
/
GLtron
/
GLtron-0.62-setup.exe
/
{app}
/
scripts
/
basics.lua
< prev
next >
Wrap
Text File
|
2002-12-21
|
116b
|
9 lines
function script_print(...)
write("[script] ")
for i=1,arg.n do
write(arg[i])
end
write("\n")
end